/* 
 * MerchantEmbedded.css
 *
 * This file is used on the merchant site.
 * 
 * All selectors should be tightly scoped and prefixed with "wallit". If selectors are not tight enough, CSS rules from the merchant site might bleed through.
 */

#wallitEmbeddedWrapperOuter {
	width: 100%;
	z-index: 200101;
	position: relative;
}

#wallitEmbeddedWrapperInner {
	width: 100%;
    height: 35px;
	position: absolute;
	padding-top: 300px; /* This value changes between merchants. */
	background: linear-gradient(rgba(153, 153, 153, 0) 0%, rgb(153, 153, 153) 300px); /* This value changes between merchants and can vary from page to page. */
}

#wallitEmbeddedContentFrameInner {
	border: 0;
	width: 100%;
}

#wallitEmbeddedContent {
	color: #fff;
}

#walletEmbeddedContentLogin {
    float: right;
    margin-right: 50px;
    z-index: 1;
}

#walletEmbeddedContentLogin svg {
    float: left;
}

#walletEmbeddedContentLoginBackground {
    background-color: #414142;
    padding: 8px 0px 7px 0px;
    float: left;
    line-height: 20px;
}

#walletEmbeddedContentLoginBackground svg {
    padding-right: 3px;
}

/*#wallitEmbeddedOverlayOuter {
	width: 100%;
	z-index: 200100;
	position: relative;
}

#wallitEmbeddedOverlayInner {
	position: static;
	height: 200px; /* This value will be generated dynamically and vary from page to page. 
}*/

@media(max-width:480px){
    
    #walletEmbeddedContentLogin {
    margin-right: 30px;
    }
}

#wallitEmbeddedAdBlockerWarningFrameInner {
    border-top: 2px solid #414142;
    border-bottom: 2px solid #414142;
    background-color: #ffe7e7;
    color: #414142;
    text-align: center;
    padding: 15px;
    width: 100%;
    clear: both;

    font-family: Roboto, sans-serif;
    font-size: 0.9em;
}

#wallitEmbeddedAdBlockerWarningFrameInnerHeading {
    font-size: 150%;
    font-weight: bold;
    padding-bottom: 10px;
}

#wallitEmbeddedInlineAdBlockerWarningContainer, #wallitEmbeddedConfirmationContainer {
    border-top: 2px solid #414142;
    border-bottom: 2px solid #414142;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: #ffe7e7;
    color: #414142;
    text-align: center;
    padding: 15px;
    width: 100%;
    clear: both;

    font-family: Roboto, sans-serif;
    font-size: 0.9em;
}

#wallitEmbeddedInlineAdBlockerWarningHeading, #wallitEmbeddedConfirmationHeading {
    font-size: 150%;
    font-weight: bold;
    padding-bottom: 10px;
}

#wallitEmbeddedInlineAdBlockerWarningClose, #wallitEmbeddedConfirmationClose {
    position:relative;
    top:-10px;
    right:20px;
    float:right;
    font-weight:bold;
    color:#999;
    width:16px;
    height:16px;
}
#wallitEmbeddedInlineAdBlockerWarningClose:hover, #wallitEmbeddedConfirmationClose:hover {
    cursor:pointer;
    color:#666;
}

#wallitEmbeddedConfirmationContainer {
    background-color: #def0d8;
}


#walletEmbeddedContentLogin {
    font-family: Roboto,sans-serif;
    margin-bottom: -1px;
    display: none;
}

#walletEmbeddedContentLogin:hover #walletEmbeddedContentLoginBackground {
    text-decoration: underline;
}

#wallitEmbeddedWrapperInner.wallit-embedded-has-content-frame #wallitEmbeddedAdBlockerWarningFrameInner {
    border-bottom: 0px;
}

#wallitEmbeddedPaywallLoading{color:#333;font-family: "Roboto",sans-serif;font-size:14px;line-height:22px;padding:50px;text-align:center;}
#wallitEmbeddedPaywallLoading span{display:block;}
#wallitEmbeddedPaywallLoading svg{margin-top: 60px;}
